runtime.p.mcache (field)

17 uses

	runtime (current package)
		mcache.go#L139: 		c = pp.mcache
		mgc.go#L716: 		if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
		mgc.go#L1228: 		pp.mcache.prepareForSweep()
		mgc.go#L1698: 		c := p.mcache
		mgc.go#L1743: 			pp.mcache.prepareForSweep()
		mgcmark.go#L1803: 		c := p.mcache
		mstats.go#L619: 	c := p.mcache
		proc.go#L5756: 	if pp.mcache == nil {
		proc.go#L5763: 			pp.mcache = mcache0
		proc.go#L5765: 			pp.mcache = allocmcache()
		proc.go#L5830: 	freemcache(pp.mcache)
		proc.go#L5831: 	pp.mcache = nil
		proc.go#L5934: 		gp.m.p.ptr().mcache.prepareForSweep()
		proc.go#L6023: 	pp.mcache.prepareForSweep()
		runtime2.go#L650: 	mcache      *mcache
		stack.go#L389: 			c := thisg.m.p.ptr().mcache
		stack.go#L519: 			c := gp.m.p.ptr().mcache